Q3Camera_SetRange
You can use theQ3Camera_SetRange
function to set the range of a camera.
TQ3Status Q3Camera_SetRange ( TQ3CameraObject camera, const TQ3CameraRange *range);
camera
- A camera object.
range
- A pointer to a camera range structure.
DESCRIPTION
TheQ3Camera_SetRange
function sets the range of the camera specified by thecamera
parameter to the range specified by therange
parameter.